Bug 658767 - Drag and Drop NSEvent capture is racy
authorJohn Ralls <jralls@ceridwen.us>
Sun, 25 Sep 2011 01:19:56 +0000 (18:19 -0700)
committerJohn Ralls <jralls@ceridwen.us>
Sun, 9 Oct 2011 18:24:41 +0000 (11:24 -0700)
commit6906ab88bc9f5b9694953948c8d61f6f40718a9e
treebe3c43bdd5a69bd0d88cb1a9b4021bc737cbf491
parent8ad3d2b29656b3af312b752c62ff68e7059fc326
Bug 658767 - Drag and Drop NSEvent capture is racy

Create a synthetic NSMouseLeftDown to store in the GtkQuartzDragSourceInfo
rather than relying on the NSWindow's latest event being the right one (or the
right kind).
gtk/gtkdnd-quartz.c